home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 July / Ahoy_Magazine_86-07_1986_Double_L.d64 / boot c64 comal (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  1KB  |  51 lines

  1. 1 rem open 15,8,15,"s0:boot c64 comal":close15:save "0:boot c64 comal",8
  2. 10 print "[147]"; : rem clear screen
  3. 20 poke 53281,0: rem background black
  4. 30 poke 53280,0: rem border     black
  5. 32 print "";   : rem pencolor green
  6. 34 if a=1 then 46
  7. 35 open 15,8,15,"u;"
  8. 36 input#15,d1,a$,d2,d3
  9. 37 close15
  10. 39 if "1541"<>mid$(a$,14,17) then 50
  11. 42 print"[147]loading ml.sizzle
  12. 44 [139] a[178]0 [167] a[178]1:[147]"ml.sizzle",8,1
  13. 46 [158] 49152:[156]
  14. 50 [153] "loadtotototototototototototototototototototototototototototototototototototototototo";
  15. 52 [153] " please wait while comal 0.14 is loaded ";
  16. 120 [153]
  17. 130 [153] "printtutorial: foundations ... with comal"
  18. 145 [153] "documentation: comal handbook
  19. 150 print "newsletter: comal today
  20. 155 [153]
  21. 160 [153] "           defavailable from:           "
  22. 165 [153] "sys"; : [143] pencolor yellow
  23. 170 [153] "  comal users group, u.s.a., limited   "
  24. 180 [153] "          6041 monona drive            "
  25. 185 [153] "          madison, wi 53716
  26. 190 print "[153]send self addressed stamped envelope"
  27. 200 print "or call [158]608-222-4432[153] for more info."
  28. 210 print "" : rem pencolor white
  29. 230 print "  comal programs can only be executed"
  30. 240 print "  after the language has been loaded."
  31. 245 print "[159]"; : rem pencolor cyan
  32. 250 print "comal programs on this disk are loaded:"
  33. 270 print "   load "chr$(34)"name"chr$(34)
  34. 272 print "   run"
  35. 275 print "[185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185]";
  36. 280 print "   backup this disk before you use it   [146]";
  37. 899 rem
  38. 900 rem
  39. 910 rem chain"hi + <return key>
  40. 920 [151] 198,9
  41. 930 [151] 631,[198]("c")
  42. 940 [151] 632,[198]("h")
  43. 950 [151] 633,[198]("a")
  44. 960 [151] 634,[198]("i")
  45. 970 [151] 635,[198]("n")
  46. 980 [151] 636,34
  47. 990 [151] 637,[198]("h")
  48. 1000 [151] 638,[198]("i")
  49. 1010 [151] 639,13
  50. 1020 [147] "c64 comal 0.14",8
  51.